VintaSoft Imaging .NET SDK 14.1: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing.PdfA Namespace / PdfAXmpMetadataProcessingTree Class / PdfAXmpMetadataProcessingTree Constructors / PdfAXmpMetadataProcessingTree Constructor(String,IEnumerable<IProcessingCommandInfo>)
Синтаксис Требования Смотрите также
В этом разделе
    PdfAXmpMetadataProcessingTree Constructor(String,IEnumerable<IProcessingCommandInfo>)
    В этом разделе
    Инициализирует новый экземпляр класса PdfAXmpMetadataProcessingTree.
    Синтаксис
    'Declaration
    
    Protected Function New( _
    ByVal name
    Имя дерева обработки.
    As System.String, _
    ByVal processingCommands
    Команды обработки.
    As System.Collections.Generic.IEnumerable(Of IProcessingCommandInfo) _
    )
    protected PdfAXmpMetadataProcessingTree(
    System.String name,
    System.Collections.Generic.IEnumerable<IProcessingCommandInfo> processingCommands
    )
    protected: PdfAXmpMetadataProcessingTree(
    System.String name,
    System.Collections.Generic.IEnumerable<IProcessingCommandInfo*>* processingCommands
    )
    protected:
    PdfAXmpMetadataProcessingTree(
    System.String name,
    System.Collections.Generic.IEnumerable<IProcessingCommandInfo^>^ processingCommands
    )

    Parameters

    name
    Имя дерева обработки.
    processingCommands
    Команды обработки.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также